enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Producteurs locaux - Jardins éphémères - Orléans Métropole

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
id_jardin
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_jardin
Type
texte
Exemple
                       
id_producteur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_producteur
Type
texte
Exemple
                       
nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
                       
adresse - commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_commune
Type
texte
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"om-biodiversite-jardinsephemeres-producteurs",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-biodiversite-jardinsephemeres-producteurs"
      }
    ]
    ,
  • "definitions":
    {
    • "om-biodiversite-jardinsephemeres-producteurs":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-biodiversite-jardinsephemeres-producteurs_records"
            }
          }
        }
      }
      ,
    • "om-biodiversite-jardinsephemeres-producteurs_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id_jardin":
              {
              • "type":"string",
              • "title":"id_jardin",
              • "description":""
              }
              ,
            • "id_producteur":
              {
              • "type":"string",
              • "title":"id_producteur",
              • "description":""
              }
              ,
            • "nom":
              {
              • "type":"string",
              • "title":"nom",
              • "description":""
              }
              ,
            • "adresse_commune":
              {
              • "type":"string",
              • "title":"adresse - commune",
              • "description":""
              }
            }
          }
        }
      }
    }
}